-
1 parameterized type
(англ. parameterised type) параметризованный типтип данных, имеющий другой тип в качестве параметра. Примерами параметризованных типов являются массивы и спискисм. тж. typeАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > parameterized type
-
2 parameterized type
Программирование: параметризованный тип -
3 parameterized type
параметризованный типСм. template. -
4 parameterised type
англ.; = parameterized typeАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > parameterised type
-
5 typ parametryzowany
• parameterized typeSłownik polsko-angielski z Elektroniki i Informatyki > typ parametryzowany
-
6 model
1. модель; макет; образец; эталон/ модельный/ моделировать2. модель; вариант; типactuator modelactuator disk modeladvanced development modelaerodynamic modelaeroelastic modelaeroelastically scaled modelair combat modelairplane modelairplane-like modelapproach modelarrow-wing modelatmospheric modelautopilot modelautorotation modelautothrottle modelBaldwin-Lomax modelbasic modelbeam modelbeam/lumped mass modelbiomorphic modelblowing modelbody alone modelbreadboard modelcable-mounted modelcargo load modelCFD modelcombustion modelcombustion-flow modelcommand modelcompensatory modelcomposite modelcompressibility modified modelcomputer modelcone-cylinder modelcone-finned modelconical-flow modelconsistent modelconstant amplitude fatigue modelconstitutive modelcontinuous-mass modelcontinuum modelcontroller modelcorrelation modelcounter-rotation modelcrack modelcrack growth modelcrack growth retardation modelcrossover modelcumulative damage modeldamage accumulation modeldamper modeldatabase modeldeterministic modeldevelopment-type modeldifferential-game modeldiscrete modeldistributed lift modeldisturbance modeldowndraft modeldrop modelDryden modelDugdale modeldynamically scaled modeldynamics modelenergy-conservation modelengagement modelengine modelengineering development modelerror modelfailure modelfatigue modelfilament modelfine grid modelfinite element modelfixed-base modelfixed-wing modelflow modelflutter modelflutter-suppression modelfour-input/four-output modelfractional derivative modelfracture modelfree to roll modelfree-flight modelfree-flying modelfree-spinning modelfreely flying modelfrequency-domain modelfull modelfull-order modelfull-span modelfull-span wing modelgame modelgeneric modelgeometric modelgeometrically scaled modelgravity modelgravity anomaly modelgust modelhalf-plane modelhalf-wing modelhigh-fineness-ratio modelhuman operator modelidentified modelilluminated modelinfinite-blade modelinput modelinstrumented modelinverse modelisolated wing modelk-e modelk-W modelkinematic modelkinetic modellarge-scale modellead-lag pilot modellead-only pilot modellinear modellongitudinal modellower-order modellumped parameter modellumped-mass modelMach-scaled modelmagnetically suspended modelmass-and-spring modelmass-spring modelMaxwell modelmembrane and rod modelmeteorological modelmicromechanical modelMiner-Palmgren damage modelminimum phase modelmissile modelmodal modelmomentum-conserved modelmoving modelmultiaxis modelmultidegree of freedom modelmultiloop modelmultiscale modelneuromuscular modelobservation modelover-parameterized modelparabolized Navier-Stokes modelpendulation modelperformance modelperturbation modelphenomenological modelphysical modelpilot-aircraft modelpilot-vehicle modelpiston modelpitch modelpitch-plunge modelpitch-lateral-directional modelplant modelplastic modelpneumodynamic modelpowered modelpowered-lift modelprecision modelprediction modelpreview modelproduction modelproperly parameterized modelpropfan modelpropulsion modelpure gain pilot modelquantized modelquasi-static modelR&M modelradar modelradial spring modelradio control modelradio controlled modelreal-world modelreduced order modelreference modelreflectivity modelreingestion modelreplica modelreplica-type modelrocket-propelled modelroll modelrotor-body modelrotorcraft modelscale modelscaled modelscattering modelself-consistent modelsemiempirical modelsemispan modelsemispan wing modelsensitivity modelsimulation modelsingle-axis modelsingle-body modelsingle-rotation modelspectrum fatigue modelspray modelstall modelstate modelstate space modelstatistical modelstiffness modelstochastic modelstress modelstructural modelstudy modelsupersonic cruise modeltask modelterrain modelthin-jet modelthree-degree-of-a-freedom modelthree-state modelthrust modeltire modeltransfer-function modeltransparent modeltruth modeltunnel-supported modelturbulence modeltwin-body modeltwo layer turbulence modeltwo-control modeltwo-degrees-of-freedom modeltwo-equation turbulence modelunquantized modeluntuned modelusage modelV/STOL modelvaporization modelvehicle stability modelvertical dynamic modelvestibular modelviscous/inviscid modelvisual cueing modelwake modelwake/wing modelwater tunnel modelWheeler retardation modelwind-tunnel modelwindshear modelwing-canard modelwing-rotor modelwireframe modelyaw model -
7 class
= class typeкласс, тип объектаодно из основных понятий ООП. Класс - это объявление структуры данных, объединяющее объекты с одинаковыми свойствами (полями) и методами (поведением). Такие объекты называются экземплярами этого класса и обычно соответствуют сущностям реального мира в деловой или предметной области (то есть это могут быть, например, люди, должности или предметы). Иначе можно сказать, что из определения класса (class definition) в программе можно создать любое количество объектов. Класс иногда называют типом объектов, так как идея объединения в объекте функций с данными тесно связана с понятием типа данных (data type) в процедурных ЯВУ. Класс может наследовать свойства других классов. Свойства объектов могут быть трёх видов: атрибуты (см. attribute), или поля, процедуры или услуги, предоставляемые объектом (см. method) и правила (инварианты), устанавливающие взаимосвязи свойств объекта или определяющие условия его жизнеспособности.When you need to use the class, you must create an instance of the object (W. Rubin). — Чтобы применить данный класс, необходимо создать экземпляр объекта (см. invariant) см. тж. abstract class, abstract data type, anonymous class, base class, class diagram, class file, class hierarchy, class invariant, classless inheritance, class interface, class library, class loader, class member, class method, class-oriented, class structure, class variable, concrete class, derived class, final class, friend, inheritance, instance, metaclass, object type, OOP, parameterized class, subclass, superclass, template class
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class
-
8 class
1) ООП класс (частично или полностью реализованный абстрактный тип данных (abstract data type); определение класса включает в себя представление объектов и набор операций, которые можно применять к объектам данного класса, используя его интерфейс (interface))2) класс; категория- data group class
- data structure class
- distributional class
- duty class
- empty class
- equivalence classes - form class
- hash class
- job class
- linearly separable class
- memory class
- output class
- privilege class
- simple class
- structured class
- syntactic classEnglish-Russian dictionary of computer science and programming > class
См. также в других словарях:
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Parameterized macro — In computer science, a parameterized macro is a type of macro that is able to insert given objects into its expansion. This gives the macro some of the power of a function.As a simple example, in the C programming language, this is a typical… … Wikipedia
Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… … Wikipedia
Bottom type — In type theory, the bottom type is the subtype of all types. It is the return type of a function that does not return normally. As an example, a certain program function may promise to return an integer but in a Turing complete language the… … Wikipedia
Object type — In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.Some object oriented programming languages make a distinction… … Wikipedia
Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… … Wikipedia
Generics in Java — Generics are a facility of generic programming that was added to the Java programming language in 2004 as part of J2SE 5.0. They allow a type or method to operate on objects of various types while providing compile time type safety. [… … Wikipedia
Generic programming — is a style of computer programming in which algorithms are written in terms of to be specified later types that are then instantiated when needed for specific types provided as parameters and was pioneered by Ada which appeared in 1983. This… … Wikipedia
Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions … Wikipedia
Heap Pollution (computer science) — In Java programming language, type arguments and variables are not reified at run time. As a result, different parameterized types are implemented by the same class or interface at run time. Indeed, all invocations of a given generic type… … Wikipedia
Standard ML — Infobox programming language name = Standard ML logo = paradigm = multi paradigm: functional, imperative year = designer = typing = strong, static, inferred dialects = Alice, Dependent ML implementations = MLton, MLWorks, Moscow ML, Poly/ML,… … Wikipedia